SyOrganizationContact 
EntityType  Independent 
Logical Entity Name  SyOrganizationContact 
Default Table Name  SyOrganizationContact 
Logical Only  NO 
Definition 
 
Note 
 

SyOrganizationContact Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
SyOrganizationContactId(PK)    INTEGER  NO 
 
SyOrganizationID(FK)    INTEGER  NO 
 
OrganizationContactTypeId(FK)    INTEGER  NO 
 
Title    VARCHAR(20)  NO 
 
LastName    VARCHAR(20)  NO 
 
FirstName    VARCHAR(20)  NO 
 
StreetAddress    VARCHAR(255)  YES 
 
City    VARCHAR(25)  YES 
 
State    CHAR(2)  YES 
 
PostalCode    CHAR(10)  YES 
 
PhoneNumber    CHAR(16)  YES 
 
FaxNumber    CHAR(16)  YES 
 
OtherPhoneNumber    CHAR(16)  YES 
 
EmailAddress    VARCHAR(50)  YES 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
LastModifiedUserId    INTEGER  NO 
 
RowVersion    TIMESTAMP/DATE  YES 
 
CountryId    INTEGER  YES 
 
IsPrimaryContact    BIT  NO 
 
IsActive    BIT  NO 
 
Extension    CHAR(6)  YES 
 
OtherExtension    CHAR(6)  YES 
 
CountyId(FK)    INTEGER  YES 
 
IdentifierDetails    VARCHAR(25)  YES 
 
Company    VARCHAR(100)  YES 
 
Note    VARCHAR(255)  YES 
 
PersonId(FK)    INTEGER  YES 
 

SyOrganizationContact Keys 
Key Name  Key Type  Keys 
Nk_SyOrganizationContact_SyPersonId  Inversion Entry  PersonId 
SyOrganizationContact_SyCountyID_N_N_IDX  Inversion Entry  CountyId 
SyOrganizationContact_SyOrganizationContactTypeID_N_N_IDX  Inversion Entry  OrganizationContactTypeId 
SyOrganizationContact_SyOrganizationID_N_N_IDX  Inversion Entry  SyOrganizationID 
PK_SyOrganizationContact_SyOrganizationContactID  PrimaryKey  SyOrganizationContactId 

SyOrganizationContact Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
County  Non-Identifying  Zero or One to Zero or More        CountyId  NO 
OrganizationContactType  Non-Identifying  One To Zero or More        OrganizationContactTypeId  NO 
SyOrganization  Non-Identifying  One To Zero or More        SyOrganizationID  NO 
Person  Non-Identifying  Zero or One to Zero or More        PersonId  NO 
OrganizationContactType  Non-Identifying  Zero or One to Zero or More        OrganizationContactTypeId  NO 
Person  Non-Identifying  Zero or One to Zero or More        PersonId  NO 
SyOrganization  Non-Identifying  Zero or One to Zero or More        SyOrganizationID  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
Task  Non-Identifying  One To Zero or More          NO 
TaskArchive  Non-Identifying  One To Zero or More          NO 
IncidentGeneralPublicPerson  Non-Identifying  One To Zero or More          NO 
StudentHighSchoolContact  Non-Identifying  One To Zero or More          NO 
IncidentGeneralPublicPerson  Non-Identifying  One To Zero or More          NO 
StudentHighSchoolContact  Non-Identifying  One To Zero or More          NO 
Task  Non-Identifying  One To Zero or More          NO 
TaskArchive  Non-Identifying  One To Zero or More          NO 

SyOrganizationContact Check Constraints 
Check Constraint Name  CheckConstraint